|
This page last changed on Dec 23, 2008 by kgomes.
Opening the ESP project in an IDEA
Eclipse
- Check out the esp/trunk from SVN
- cd to the directory you checked it out to
- In a terminal run:
- In eclipse do File->import
- Select existing project from workspace
IntelliJ IDEA
- Check out the esp/trunk from SVN
- cd to the directory you checked it out to
- In a terminal run:
- Do File->Open Project
JBuilder
- Check out the esp/trunk from SVN
- In Jbuilder do File->import
- Select existing maven project from workspace
Netbeans
- Check out the esp/trunk from SVN
- Install the Maven plug-in in Netbeans
- Select Tools-Plugins
- In the dialog that appears, select the New Plugins tab
- Check the box next to Maven
- Press the install button
- Do File->Open Project
- Select the project (Netbeans will open all the child projects too)
|